This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Ted Nimfanaly 18.Dec.03 02:51 PM a Web browser Domino ServerAll ReleasesAll Platforms
Hi All,
I am trying to retrieve the calendar events from my Domino Server I m using the search formula on the database. like db.search("Form ="Appointment" and (StartDate>= date1 & StartDate <= date2)....It returns me the collection of documents. But If any of these task is a recurring task then i m getting that task twice.....In simple word, I have a anniversay event which should come every year on 17th dec....but when i search the database for the events....It is giving me two events for the same event.......
Logically this is right coz in both cases, StartDate falls in the range of date given and thats why it is showing the two events....
Is there any fields in the domino database where i can retrieve the recurring task at the time of event only....?????